reftests: Fix an xfail to work
authorMatthias Clasen <mclasen@redhat.com>
Fri, 20 Mar 2020 15:52:54 +0000 (11:52 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 20 Mar 2020 15:55:26 +0000 (11:55 -0400)
The background-image-multiple.ref.ui file uses
non-existing properties, which gives us a g_warning,
and the glib test framework insists on treating
warnings as fatal, so we end up doing exit(133),
which in turn makes the meson TAP parser ignore
its xfails.

Comment out the nonexisting properties, so we can
fail properly, and then in turn xfail properly.

testsuite/reftests/background-image-multiple.ref.ui

index 6dec5707fcfb54e92cc8cb3597ad639dc1ba2268..04a9c3c17a0a4a2cdb5d5629ea67c06d4954e6bd 100644 (file)
                 <property name="width_request">144</property>
                 <property name="height_request">70</property>
                 <layout>
+<!-- FIXME: these don't exist anymore
                   <property name="x">0</property>
                   <property name="y">0</property>
+-->
                 </layout>
               </object>
             </child>
                 <property name="width_request">120</property>
                 <property name="height_request">46</property>
                 <layout>
+<!-- FIXME: these don't exist anymore
                   <property name="x">12</property>
                   <property name="y">12</property>
+-->
                 </layout>
               </object>
             </child>
                 <property name="width_request">144</property>
                 <property name="height_request">70</property>
                 <layout>
+<!-- FIXME: these don't exist anymore
                   <property name="x">0</property>
                   <property name="y">0</property>
+-->
                 </layout>
               </object>
             </child>
                 <property name="width_request">120</property>
                 <property name="height_request">46</property>
                 <layout>
+<!-- FIXME: these don't exist anymore
                   <property name="x">12</property>
                   <property name="y">12</property>
+-->
                 </layout>
               </object>
             </child>